image.repart.partitions.<name>.repartConfig

Specify the repart options for a partiton as a structural setting. See repart.d(5) for all available options.

Type
attribute set of (string or signed integer or boolean or list of string)
Example
{
  SizeMaxBytes = "2G";
  SizeMinBytes = "512M";
  Type = "home";
}
Declared
<nixpkgs/nixos/modules/image/repart.nix>